home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d11 / frasrc14.arc / DEBUGFLA.DOC < prev    next >
Text File  |  1990-08-02  |  2KB  |  38 lines

  1. This list complete as of version 14.
  2. None of these are necessarily supported in future.
  3.  
  4. Add one to any debug value to trigger writing benchmark values to
  5. the file "bench".  This gets stripped at startup; so all values
  6. used for other purposes are even.
  7.  
  8. Example:  "fractint debug=8088" forces Fractint to think you have an
  9. 8088/8086 CPU and ignore all of the tricky 186/286/386-specific stuff.
  10. "Fractint 8089" does the same thing, but also turns on the benchmark
  11. timer.
  12.  
  13. 16    video.asm    pretend not a vga
  14. 22    lorenz.c    force float for 3D perspective
  15. 50    fractint.c    compare <r>estored files
  16. 70    fractint.c    set fpu = 0
  17. 90    fractals.c    force "C" mandel & julia integer type (no calcmand)
  18. 90    fractals.c    force generic code for fn+fn etc types
  19. 98    calcmand.asm    show periodicity matches
  20. 420    diskvid.c    don't use extended/expanded mem (force disk)
  21. 422    diskvid.c    don't use expanded mem (force extended or disk)
  22. 870    fractint.c    set fpu to max 87
  23. 1010    fractals.c    force fp for newton & newtbasin (no mpc math)
  24. 1234    fractint.c    force larger integer arithmetic bitshift value
  25. 1946    calcfrac.c    BTM fills with color 1 (boundary only display)
  26. 1984    fractint.c    1/4 size image, works only with some vid modes
  27. 2222    line3d.c    show amount of extra seg memory used
  28. 2870    fractint.c    set fpu to max 287
  29. 8088    general.asm    set cpu = 86, ie dont use 32 bit stuff
  30. 8088    fractint.c    set cpu = 86, (case in general.asm is redundant?)
  31. 9002-9100 fractint.c    reduce video_type to (debug-9000)/2 if init was higher
  32. 10000    fractint.c    display cpu, fpu, and free memory at startup
  33. 10000    fractint.c    ? (try extra hard for minimal startup memory?)
  34.  
  35. nonzero value, line3d.c, show "normal vector" errors instead of just fixing
  36. nonzero value, prompts.c, show info if fullscreen_prompt2 array invalid
  37.  
  38.